ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand<TParm> Class
The type of parameter used by the command.
Members

In This Topic
    DelegateCommand<TParm> Class
    In This Topic
    Represents a command that delegates its implementation to a delegate with a parameter of type TParm.
    Object Model
    DelegateCommand<TParm> Class
    Syntax
    'Declaration
     
    Public Class DelegateCommand(Of TParm) 
       Implements ICommand 
    public class DelegateCommand<TParm> : ICommand  
    Type Parameters
    TParm
    The type of parameter used by the command.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.DelegateCommand<TParm>

    See Also